public class TuneAdViewSet extends Object
Modifier and Type | Field and Description |
---|---|
String |
placement |
boolean |
showView1 |
TuneAdView |
view1 |
TuneAdView |
view2 |
Constructor and Description |
---|
TuneAdViewSet(String placement,
TuneAdView view1,
TuneAdView view2) |
Modifier and Type | Method and Description |
---|---|
protected void |
changeView() |
protected void |
destroy() |
protected TuneAdView |
getCurrentView() |
protected TuneAdView |
getPreviousView() |
public String placement
public TuneAdView view1
public TuneAdView view2
public boolean showView1
public TuneAdViewSet(String placement, TuneAdView view1, TuneAdView view2)
protected void changeView()
protected TuneAdView getCurrentView()
protected TuneAdView getPreviousView()
protected void destroy()